projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1a8f74e
)
(temp_echo_area_glyphs): Update/simplify sit_for calls.
author
Kim F. Storm
<storm@cua.dk>
Tue, 11 Jul 2006 20:10:34 +0000
(20:10 +0000)
committer
Kim F. Storm
<storm@cua.dk>
Tue, 11 Jul 2006 20:10:34 +0000
(20:10 +0000)
src/minibuf.c
patch
|
blob
|
history
diff --git
a/src/minibuf.c
b/src/minibuf.c
index af8cfe33e37ba2fb44b6128395cba04c0df0da1f..9c56ea8618ef52e774a1f5a4f6571a91e591b5c8 100644
(file)
--- a/
src/minibuf.c
+++ b/
src/minibuf.c
@@
-2692,7
+2692,7
@@
temp_echo_area_glyphs (string)
insert_from_string (string, 0, 0, SCHARS (string), SBYTES (string), 0);
SET_PT_BOTH (opoint, opoint_byte);
Vinhibit_quit = Qt;
- sit_for (
2, 0, 0, Qt, Qt
);
+ sit_for (
make_number (2), 0, 2
);
del_range_both (osize, osize_byte, ZV, ZV_BYTE, 1);
SET_PT_BOTH (opoint, opoint_byte);
if (!NILP (Vquit_flag))